Einhugur macOS Bridge plugin.

NSSavePanel.AccessoryView Property

The custom accessory view for the current app.

AccessoryView as EinhugurMacOSBridge.NSView {Read and Write}

Remarks

You can customize the panel by adding a custom view. The custom object you add appears just above the OK and Cancel buttons at the bottom of the panel. The NSSavePanel object automatically resizes itself to accommodate accessoryView. Use this property to change the accessory view as needed. If accessoryView is nil, the Save panel removes the current accessory view.

See Also

NSSavePanel Class